tools/xenstore: add XS_RESTRICT operation to C xenstore client libs.
authorIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 6 Jul 2010 10:57:20 +0000 (11:57 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 6 Jul 2010 10:57:20 +0000 (11:57 +0100)
commit2157eba42a40fd8d18b8870f9a9073c41d21fb5f
treee3975fe56e67bad37e7a42fddac5c2e6db9abb36
parentf2402d342d95bd0cdfabeb28a9510761ad0f7e89
tools/xenstore: add XS_RESTRICT operation to C xenstore client libs.

The OCaml xenstored supports the XS_RESTRICT operation, which
deprivileges a dom0 xenstore connection so it can only affect one
domain's entries.   Add the relevant definitions to the C libraries
so that callers can use it.

Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
tools/ocaml/libs/xb/op.ml
tools/xenstore/xs.c
tools/xenstore/xs.h
xen/include/public/io/xs_wire.h